projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41afea
)
(top-level): Don't load viper-util, viper-keym, viper-mous when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:01:17 +0000
(21:01 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:01:17 +0000
(21:01 +0000)
lisp/emulation/viper-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-macs.el
b/lisp/emulation/viper-macs.el
index 25e0a56b8d1a12afaff97913e5d21329dc50fd08..6eb7687c4e60b1a238ccd6dfaa4c11e338856a71 100644
(file)
--- a/
lisp/emulation/viper-macs.el
+++ b/
lisp/emulation/viper-macs.el
@@
-39,12
+39,6
@@
(if noninteractive
(eval-when-compile
(let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'viper-util)
- (load "viper-util.el" nil t 'nosuffix))
- (or (featurep 'viper-keym)
- (load "viper-keym.el" nil t 'nosuffix))
- (or (featurep 'viper-mous)
- (load "viper-mous.el" nil t 'nosuffix))
(or (featurep 'viper-cmd)
(load "viper-cmd.el" nil t 'nosuffix))
)))